type runtime.gcBits

9 uses

	runtime (current package)
		mheap.go#L441: 	allocBits  *gcBits
		mheap.go#L442: 	gcmarkBits *gcBits
		mheap.go#L1945: type gcBits uint8
		mheap.go#L1948: func (b *gcBits) bytep(n uintptr) *uint8 {
		mheap.go#L1954: func (b *gcBits) bitp(n uintptr) (bytep *uint8, mask uint8) {
		mheap.go#L1971: 	bits [gcBitsChunkBytes - gcBitsHeaderBytes]gcBits
		mheap.go#L1984: func (b *gcBitsArena) tryAlloc(bytes uintptr) *gcBits {
		mheap.go#L2000: func newMarkBits(nelems uintptr) *gcBits {
		mheap.go#L2056: func newAllocBits(nelems uintptr) *gcBits {